home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / blrmu13.zip / DIV.DOC < prev    next >
Text File  |  1993-06-01  |  448b  |  20 lines

  1. *-----------------------------------
  2. *   DIV.DOC
  3. *-----------------------------------
  4. *   DIV = Display Interrupt Vectors
  5. *-----------------------------------
  6.  
  7.     DIV displays the interrupt vector
  8.     for any requested interrupt
  9.  
  10.     vector table syntax : ( lo-hi format )
  11.     offset : segment
  12.     (word) : (word)
  13.  
  14.     display syntax :      ( hi-lo format )
  15.     segment : offset
  16.     (word)    (word)
  17.  
  18.   Bud Rasmussen
  19.   10/14/91
  20.